home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / frame_16 / PlaceObject2_858_299 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-09-29  |  128 b   |  6 lines

  1. onClipEvent(enterFrame){
  2.    curtime = (getTimer() - offset) / 1000;
  3.    frate = Math.ceil(fcount / curtime);
  4.    fcount++;
  5. }
  6.